-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Add] 61 Add DataGrid to ResourceView #147
[Add] 61 Add DataGrid to ResourceView #147
Conversation
Conundraah
commented
Aug 28, 2024
- added MudDataGrid to ResourceView
- modified CatalogItemViewModel
I very often get these kind of errors: This happens when I filter resources and then delete the filter again, or when I try to use the search field which is located right above the groups. We should wait for .NET 9 to become more mature before we merge this PR because the error messages indicates that his is not some usual .NET error but a Webassembly error which we have no control over. |
Next SkiaSharp release should solve the problems: mono/SkiaSharp#3010 |
ff77d7e
to
95dfffc
Compare
The solution of the SkiaSharp problem is near: mono/SkiaSharp#3064 |
95dfffc
to
4c4f5a1
Compare
- added MudDataGrid to ResourceView - modified CatalogItemViewModel
4c4f5a1
to
db1d6f4
Compare
Everything works now, I will merge it 👍 |